home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSETPASSWORDDLG / TSETPASSWORDDLG.txt
Text File  |  2004-10-12  |  3KB  |  127 lines

  1. object SetPasswordDlg: TSetPasswordDlg
  2.   Left = 336
  3.   Top = 344
  4.   HelpContext = 14001
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Set password'
  8.   ClientHeight = 139
  9.   ClientWidth = 285
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnBottom: TPanel
  24.     Left = 0
  25.     Top = 26
  26.     Width = 285
  27.     Height = 113
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object lPassword: TLabel
  32.       Left = 8
  33.       Top = 16
  34.       Width = 113
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       AutoSize = False
  38.       Caption = '&Password:'
  39.       FocusControl = ePsw
  40.     end
  41.     object lConfirm: TLabel
  42.       Left = 8
  43.       Top = 48
  44.       Width = 113
  45.       Height = 13
  46.       Alignment = taRightJustify
  47.       AutoSize = False
  48.       Caption = '&Confirm password:'
  49.       FocusControl = eCfm
  50.     end
  51.     object bOK: TButton
  52.       Left = 40
  53.       Top = 80
  54.       Width = 75
  55.       Height = 25
  56.       Caption = 'OK'
  57.       Default = True
  58.       ModalResult = 1
  59.       TabOrder = 2
  60.     end
  61.     object bCancel: TButton
  62.       Left = 120
  63.       Top = 80
  64.       Width = 75
  65.       Height = 25
  66.       Cancel = True
  67.       Caption = 'Cancel'
  68.       ModalResult = 2
  69.       TabOrder = 3
  70.     end
  71.     object eCfm: TEdit
  72.       Left = 128
  73.       Top = 44
  74.       Width = 145
  75.       Height = 21
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'Tahoma'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       PasswordChar = '*'
  83.       TabOrder = 1
  84.     end
  85.     object ePsw: TEdit
  86.       Left = 128
  87.       Top = 12
  88.       Width = 145
  89.       Height = 21
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'Tahoma'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       PasswordChar = '*'
  97.       TabOrder = 0
  98.     end
  99.     object bHelp: TButton
  100.       Left = 200
  101.       Top = 80
  102.       Width = 75
  103.       Height = 25
  104.       Caption = 'Help'
  105.       TabOrder = 4
  106.       OnClick = bHelpClick
  107.     end
  108.   end
  109.   object pnTop: TPanel
  110.     Left = 0
  111.     Top = 0
  112.     Width = 285
  113.     Height = 26
  114.     Align = alTop
  115.     BevelOuter = bvNone
  116.     TabOrder = 1
  117.     object lTitle: TLabel
  118.       Left = 8
  119.       Top = 8
  120.       Width = 265
  121.       Height = 13
  122.       AutoSize = False
  123.       WordWrap = True
  124.     end
  125.   end
  126. end
  127.